home *** CD-ROM | disk | FTP | other *** search
/ Airline Maintenance & Engineering / Unisys Airline Maintenance & Engineering.iso / unisys.dxr / 00160.ls < prev    next >
Encoding:
Text File  |  1997-04-14  |  291 b   |  12 lines

  1. on exitFrame
  2.   roll_check(10, 11, 10)
  3.   if the movieTime of sprite 8 >= the duration of cast the number of member "ba_15" then
  4.     set the video of member "BA_15" to 0
  5.     set the visible of sprite 8 to 1
  6.     updateStage()
  7.     puppetTransition(10)
  8.     go("1a2")
  9.   end if
  10.   go(the frame)
  11. end
  12.